projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7a2b1f
)
Fix typo.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 27 May 1993 12:48:55 +0000
(12:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 27 May 1993 12:48:55 +0000
(12:48 +0000)
lisp/completion.el
patch
|
blob
|
history
diff --git
a/lisp/completion.el
b/lisp/completion.el
index db601c72e29b48f439b856feee4e016be40b24e9..2597bbbcc3fd55ab8f7a8e6f05832dc0059b224a 100644
(file)
--- a/
lisp/completion.el
+++ b/
lisp/completion.el
@@
-2665,7
+2665,7
@@
TYPE is the type of the wrapper to be added. Can be :before or :under."
;;;-----------------------------------------------
(def-completion-wrapper newline :separator)
(def-completion-wrapper newline-and-indent :separator)
-(def-completion-wrapper comint-send-input :separator)
)
+(def-completion-wrapper comint-send-input :separator)
(def-completion-wrapper exit-minibuffer :minibuffer-separator)
(def-completion-wrapper eval-print-last-sexp :separator)
(def-completion-wrapper eval-last-sexp :separator)